runtime.hmap.growing (method)
24 uses
runtime (current package)
map.go#L646: if h.growing() {
map.go#L694: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map.go#L771: if h.growing() {
map.go#L960: if h.growing() && it.B == h.B {
map.go#L1203: func (h *hmap) growing() bool {
map.go#L1237: if h.growing() {
map.go#L1810: if h.growing() {
map.go#L1873: if h.growing() {
map_fast32.go#L135: if h.growing() {
map_fast32.go#L176: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast32.go#L234: if h.growing() {
map_fast32.go#L275: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast32.go#L320: if h.growing() {
map_fast32.go#L398: if h.growing() {
map_fast64.go#L135: if h.growing() {
map_fast64.go#L176: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast64.go#L236: if h.growing() {
map_fast64.go#L277: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_fast64.go#L322: if h.growing() {
map_fast64.go#L402: if h.growing() {
map_faststr.go#L246: if h.growing() {
map_faststr.go#L295: if !h.growing() && (overLoadFactor(h.count+1, h.B) || tooManyOverflowBuckets(h.noverflow, h.B)) {
map_faststr.go#L340: if h.growing() {
map_faststr.go#L417: if h.growing() {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |